home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
d_alst11.lha
/
RunArexx
< prev
next >
Wrap
Text File
|
1994-02-19
|
723b
|
19 lines
/**************************************************************************\
The "RunA" Command launches ARexx Pfiles
$VER: RUNArexx, v1.1 (20-Feb-94) by Dotoran!
\**************************************************************************/
options results ; tr=transmit ; se=sendstring ; gu=getuser
gu 1302307 ; file=result ; if file='' then do
tr 'n1A PFile to run:i128 39}' ; gu 70 ; file=result ; end
if file='' then exit
if ~exists(file) then do ; tr 'file not found.' ; exit ; end
tr 'Loading...'||file||'#0'||file||'}'
/** END *******************************************************************\
\****************************************** FRONTIERS BBS (716)/823-9892 **/